MoEngageEnvironmentConfig

@Serializable
class MoEngageEnvironmentConfig(val environment: MoEngageEnvironment)

Author

Umang Chamaria

Parameters

environment

The MoEngage environment to which the SDK should send data to. By default,

  • Debug Build: TEST Environment of the MoEngage Platform.

  • Release Build: LIVE Environment of the MoEngage Platform.

Constructors

Link copied to clipboard
constructor(environment: MoEngageEnvironment)

MoEngage Environment configuration object with MoEngageEnvironment

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String